home *** CD-ROM | disk | FTP | other *** search
- //{{AFX_INCLUDES()
- #include "cell.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_USERFUNCDLG_H__21DC4902_CE08_11D1_83DE_000021017266__INCLUDED_)
- #define AFX_USERFUNCDLG_H__21DC4902_CE08_11D1_83DE_000021017266__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // UserFuncDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CUserFuncDlg dialog
-
- class CUserFuncDlg : public CDialog
- {
- // Construction
- public:
- CUserFuncDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CUserFuncDlg)
- enum { IDD = IDD_USERFUNC_DIALOG };
- CCell m_ctrl;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUserFuncDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CUserFuncDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnOnExecuteUserFuncSgctrl1(LPCTSTR name, short rettype, short paranum, long FAR* paratype, VARIANT FAR* funcResult);
- afx_msg void OnOnUserFuncGuideSgctrl1(long parent, LPCTSTR funcname, VARIANT FAR* guidestring);
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_USERFUNCDLG_H__21DC4902_CE08_11D1_83DE_000021017266__INCLUDED_)
-